net/http.gzipReader.body (field)
4 uses
net/http (current package)
transport.go#L2434: resp.Body = &gzipReader{body: body}
transport.go#L3117: body *bodyEOFSignal // underlying HTTP/1 response body framing
transport.go#L3158: gz.zr, gz.zerr = gzipPoolGet(gz.body)
transport.go#L3204: return gz.body.Close()
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |